-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce variables for versions #1433
Conversation
✅ Deploy Preview for cert-manager-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
37a15a9
to
e3eb94d
Compare
Hey, great finding! Can you update the Release Process document to reflect that? I think we can remove a lot of /hold if you want to update the release process. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maelvls The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I'll create a seperate PR that updates the release doc. |
Introduces a new variable format
[[VAR::cert_manager_latest_version]]
which can be used inside codeblocks and reads variables from thevariables.json
file.The solution is based on facebook/docusaurus#395 (comment) and works around an issue with MDX which does not allow you to have variables in codeblocks (https://github.com/orgs/mdx-js/discussions/2288).